"property selling website" shadcn/ui theme

modern real estate
blue tones
calm and professional
high contrast
user-friendly
immersive experience
light and dark modes
property visualization
trustworthy
clean design

Shadcn/ui Theme Css Variables

name: Estate Horizonkeyword: property selling website views: 136

:root {
  --background: 210 20% 98%;
  --foreground: 210 10% 10%;
  --card: 210 20% 95%;
  --card-foreground: 210 10% 15%;
  --popover: 210 20% 92%;
  --popover-foreground: 210 10% 20%;
  --primary: 210 60% 40%;
  --primary-foreground: 210 20% 98%;
  --secondary: 210 30% 70%;
  --secondary-foreground: 210 10% 10%;
  --muted: 210 15% 85%;
  --muted-foreground: 210 10% 30%;
  --accent: 210 50% 50%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 98%;
  --border: 210 10% 80%;
  --input: 210 10% 90%;
  --ring: 210 60% 40%;
  --radius: 0.75rem;
  --chart-1: 210 60% 40%;
  --chart-2: 210 50% 50%;
  --chart-3: 210 40% 60%;
  --chart-4: 210 30% 70%;
  --chart-5: 210 20% 80%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 20% 98%;
  --card: 210 15% 15%;
  --card-foreground: 210 20% 98%;
  --popover: 210 20% 20%;
  --popover-foreground: 210 20% 98%;
  --primary: 210 60% 40%;
  --primary-foreground: 210 20% 98%;
  --secondary: 210 30% 30%;
  --secondary-foreground: 210 20% 98%;
  --muted: 210 10% 25%;
  --muted-foreground: 210 20% 70%;
  --accent: 210 50% 50%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 98%;
  --border: 210 10% 30%;
  --input: 210 10% 20%;
  --ring: 210 60% 40%;
  --radius: 0.75rem;
  --chart-1: 210 60% 40%;
  --chart-2: 210 50% 50%;
  --chart-3: 210 40% 60%;
  --chart-4: 210 30% 70%;
  --chart-5: 210 20% 80%;
}